Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-46487

Collaborative editing behind proxy

XMLWordPrintable

    • 1
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      When behind proxy, /synchrony location should have explicit intercept errors off. Sites with reverse proxy setups sometimes have "intercept errors on" to redirect to standard site-wide 404 page. This breaks "Create" page functionality in Confluence 6 with collaborative editing on, which apparently uses 404 call, a solution in this case is, i.e. for nginx:

          location /synchrony {
              proxy_intercept_errors off;

      Issue discovered and tested on Confluence 6.0.5 behind Nginx.

       

              Unassigned Unassigned
              76a434bc9e04 evaldas
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: